sdvaluespotcolor module¶
-
class
sd.api.sdvaluespotcolor.SDValueSpotColor(APIContext, handle, *args, **kwargs)¶ Bases:
sd.api.sdvaluebasetype.SDValueBaseTypeClass representing a spot color Value
-
get() → sd.api.sdbasetypes.ColorRGBA¶ Get the base type value as ColorRGBA
-
getClassName() → str¶ Returns the most specific name of the class this APIObject is
-
getType() → Optional[sd.api.sdtype.SDType]¶ Get the value type as string
-
release() → None¶ Releases an APIObject
-